home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / bibtex99.zip / READ.ME < prev   
Text File  |  1989-03-13  |  2KB  |  58 lines

  1.  
  2. This is a BibTeX implementation for the IBM-PC done by J.Demel
  3. (Technical University Vienna  Bitnet:Z3000JD@AWITUW1) and
  4. Dimitri Vulis (CUNY, Bitnet: DLV@CUNYVMS1). For the implementation
  5. the Professional Pascal Compiler from Metaware Version 2.7 was used.
  6. This implementation is based in BibTeX Version 0.99c.
  7.  
  8. BibTeX is the LaTeX bibliography processor.  It was written by Oren
  9. Patashnik of Stanford.
  10.  
  11. For more information on BibTeX and its functions, see btxdoc.tex and also
  12. the LaTeX manual from Leslie Lamport.
  13.  
  14. To get BibTeX running you should:
  15.  Have the bibliography (*.BST) and LaTeX (STY) Style-files saved
  16.   in the directory pointed to by the DOS-environment variable TEXINPUT.
  17.  Have your bibliography database (*.BIB) in your working directory or
  18.   in the directory pointed to by the DOS-Environment variable TEXBIB.
  19.  
  20. To produce documentation, you will need to go through the following sequence:
  21.  
  22.    latex btxdoc
  23.    bibtex btxdoc
  24.    latex btxdoc
  25.    latex btxdoc
  26.  
  27. The first "latex" produces the .aux file that BibTeX needs.  The "bibtex"
  28. reads the .bib file and produces a .bbl file.  The second "latex"
  29. incorporates that information into the .aux file. The third "latex" updates
  30. the document.
  31.  
  32.  
  33. Here are BibTeX-related files which are stored at score.stanford.edu
  34.  in the <TEX.BIBTEX> directory (may be available from other servers too):
  35.  
  36. BIBTEX.INS this file
  37. BIBTEX.WEB the WEB source file for BibTeX
  38. BTXDOC.TEX documentation, and also sample input for BibTeX implementors
  39. BTXHAK.TEX documentation for style designers
  40. BTXDOC.BIB the bibliography database file for BTXDOC.TEX
  41. BTXDOC.BBL a file for comparing your implementation's output
  42. BTXDOC.AUX another
  43. XAMPL.BIB  a database file with an example of every standard entry type
  44.  
  45. BTXBST.DOC the documentation and template for the four standard
  46.            bibliography styles:
  47. ABBRV.BST  abbreviated
  48. ALPHA.BST  alphabetic
  49. PLAIN.BST  plain
  50. UNSRT.BST  unsorted
  51.  
  52. Additional style-files (for LaTeX and BiBTeX) may be obtained from
  53. server archive-server@sun.soe.clarkson.edu. Send mail with a
  54. subject-line with the text    help   to this server to get more information
  55. on usage of the server.
  56.  
  57. J.Demel     1989/03/13
  58.